home *** CD-ROM | disk | FTP | other *** search
- Path: news.rwth-aachen.de!csb
- From: csb@informatik.rwth-aachen.de (Sebastian Brandt)
- Newsgroups: comp.lang.c++
- Subject: Re: Looking for help with Visual C++'s Linker
- Date: 28 Mar 1996 17:42:29 GMT
- Organization: RWTH -Aachen / Rechnerbetrieb Informatik
- Message-ID: <4jej25$h2h@news.rwth-aachen.de>
- References: <4ho8sv$1m4@calvin.risq.qc.ca>
- NNTP-Posting-Host: clouseau.informatik.rwth-aachen.de
- X-Newsreader: NN version 6.5.0 #3 (NOV)
-
- eths1306@ele.etsmtl.ca (ETHIER*STYVE) writes:
-
- >Hi everybody,
-
- > I'm using Visual C++ 1.52 professional and I have a problem
- >when I'm linking. The project is quite big and while visual C++ is
- >linking it generates a warning which look like this;
-
- > CVPACK: Warning CK4008 exceed 64K, ignoring ...
-
- > Unfortunately, error CK4008 doesn't exist in the documentation!
- > The help file on the CD-rom stop at CK4007. The linker even reported
- >me CK4009 one time (with the same message).
-
-
- I had the same problem at my work, the project had about ~70,000 lines,
- the resulting DLL was 2.9 MB with and 400 KB without debugging information.
-
- I don't have any more information than you have, but it seems to be
- a problem with to much classes etc. to debug - try a rebuild with
- partial debugging infos, then change back to full, but only recompile the
- files you are really debugging. Our file size decreased to 800KB,
- everithing worked, debuggin too,
- of course not on the old files - one stepping through the lines, no
- watch/evaluate (this == -32677)
-
- That should be all,
- Sebastian
-
-